Skip to content

Commit ee46d33

Browse files
committed
Suppress one clippy warning
1 parent 8c405af commit ee46d33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pineappl/src/grid.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@ impl Grid {
976976
}
977977

978978
/// Upgrades the internal data structures to their latest versions.
979+
#[expect(clippy::missing_const_for_fn)] // this method may have an actual implementation in the future
979980
pub fn upgrade(&mut self) {}
980981

981982
/// Return the metadata of this grid.

0 commit comments

Comments
 (0)