Skip to content

Commit c9dfa60

Browse files
committed
Updated crate docs
1 parent 87fa86c commit c9dfa60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/bevy_reflect/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,12 @@
119119
//! * [`Tuple`]
120120
//! * [`Array`]
121121
//! * [`List`]
122+
//! * [`Set`]
122123
//! * [`Map`]
123124
//! * [`Struct`]
124125
//! * [`TupleStruct`]
125126
//! * [`Enum`]
127+
//! * [`Function`] (requires the `functions` feature)
126128
//!
127129
//! As mentioned previously, the last three are automatically implemented by the [derive macro].
128130
//!
@@ -516,6 +518,7 @@
516518
//! [the language feature for dyn upcasting coercion]: https://github.com/rust-lang/rust/issues/65991
517519
//! [derive macro]: derive@crate::Reflect
518520
//! [`'static` lifetime]: https://doc.rust-lang.org/rust-by-example/scope/lifetime/static_lifetime.html#trait-bound
521+
//! [`Function`]: func::Function
519522
//! [derive macro documentation]: derive@crate::Reflect
520523
//! [deriving `Reflect`]: derive@crate::Reflect
521524
//! [type data]: TypeData

0 commit comments

Comments
 (0)