Skip to content

Commit

Permalink
Add missing prelude to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lokimckay committed May 20, 2024
1 parent 4845f9f commit e3db34c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions godot-core/src/obj/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ pub trait IndexEnum: EngineEnum {
/// E.g.
///
/// ```no_run
/// use godot::prelude::*;
///
/// fn some_fn<T>(value: &T)
/// where
/// T: WithBaseField<Base = Node3D>,
Expand Down

0 comments on commit e3db34c

Please sign in to comment.