add a missing closing parens
This commit is contained in:
parent
c0b76abf91
commit
4c9cca41a8
1 changed files with 1 additions and 1 deletions
|
|
@ -3038,7 +3038,7 @@ fn main() {
|
|||
~~~{.ignore}
|
||||
// `b/mod.rs`
|
||||
pub mod c;
|
||||
pub fn foo() { println!("Foo!"; }
|
||||
pub fn foo() { println!("Foo!"); }
|
||||
~~~
|
||||
|
||||
~~~{.ignore}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue