rustfmt tests/rustdoc-js/
.
This commit is contained in:
parent
98d65d62c5
commit
c6fb703c05
28 changed files with 240 additions and 133 deletions
|
@ -3,6 +3,6 @@
|
|||
pub enum Enum {
|
||||
Bar {
|
||||
/// This is a name.
|
||||
name: String
|
||||
}
|
||||
name: String,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue