Appease tidy
This commit is contained in:
parent
3de9b8a3b7
commit
117443ec0a
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ mod state {
|
||||||
pub struct RawFloatState;
|
pub struct RawFloatState;
|
||||||
impl RawFloatState {
|
impl RawFloatState {
|
||||||
perftools_inline! {
|
perftools_inline! {
|
||||||
pub(super) fn new() {} //~ ERROR failed to resolve: there are too many leading `super` keywords
|
pub(super) fn new() {}
|
||||||
|
//~^ ERROR failed to resolve: there are too many leading `super` keywords
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue