1
Fork 0

Add backticks in appropriate places

This commit is contained in:
varkor 2020-01-10 14:57:36 +00:00
parent 8461fa5119
commit e84248921b
25 changed files with 72 additions and 71 deletions

View file

@ -1,4 +1,4 @@
#[macro_use(foo, bar)] //~ ERROR arguments to macro_use are not allowed here
#[macro_use(foo, bar)] //~ ERROR arguments to `macro_use` are not allowed here
mod foo {
}