We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d525c9 commit a4217e6Copy full SHA for a4217e6
crates/bevy_reflect/src/serde/ser.rs
@@ -256,9 +256,9 @@ mod tests {
256
#[derive(Reflect, Debug, PartialEq)]
257
struct SomeTupleStruct(String);
258
259
- /// Implements a custom serialize using #[reflect(Serialize)].
+ /// Implements a custom serialize using `#[reflect(Serialize)]`.
260
///
261
- /// For testing purposes, this is just the auto-generated one from deriving.
+ /// For testing purposes, this just uses the generated one from deriving Serialize.
262
#[derive(Reflect, Debug, PartialEq, Serialize)]
263
#[reflect(Serialize)]
264
struct CustomSerialize {
0 commit comments