Skip to content

Commit

Permalink
Run bless
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Huang committed Jul 19, 2021
1 parent 357a8f0 commit e9e10d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/missing_const_for_fn/could_be_const.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ LL | | }
error: this could be a `const fn`
--> $DIR/could_be_const.rs:68:9
|
LL | / pub fn new(a: &A) -> B {
LL | / pub fn b(self, a: &A) -> B {
LL | | B
LL | | }
| |_________^
Expand Down

0 comments on commit e9e10d2

Please sign in to comment.