Fix whitespace
This commit is contained in:
parent
eb21ced467
commit
1abad3b4e6
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ fn check_item_deprecated(tcx: ty::ctxt, it: @ast::item) {
|
|||
match l.node {
|
||||
ast::lit_str(ref reason) =>
|
||||
fmt!("deprecated: %s", **reason),
|
||||
_ => ~"item is deprecated"
|
||||
_ => ~"item is deprecated"
|
||||
},
|
||||
_ => ~"item is deprecated"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue