1
Fork 0

rustfmt tests/rustdoc-js/.

This commit is contained in:
Nicholas Nethercote 2024-06-03 17:35:56 +10:00
parent 98d65d62c5
commit c6fb703c05
28 changed files with 240 additions and 133 deletions

View file

@ -3,6 +3,6 @@
pub enum Enum {
Bar {
/// This is a name.
name: String
}
name: String,
},
}