mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-07 23:47:39 +00:00
Appease tidy
This commit is contained in:
parent
3de9b8a3b7
commit
117443ec0a
@ -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…
Reference in New Issue
Block a user