Appease tidy

This commit is contained in:
varkor 2020-01-10 16:27:37 +00:00
parent 3de9b8a3b7
commit 117443ec0a

View File

@ -18,7 +18,8 @@ mod state {
pub struct RawFloatState;
impl RawFloatState {
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
}
}