We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c405af commit ee46d33Copy full SHA for ee46d33
1 file changed
pineappl/src/grid.rs
@@ -976,6 +976,7 @@ impl Grid {
976
}
977
978
/// 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
980
pub fn upgrade(&mut self) {}
981
982
/// Return the metadata of this grid.
0 commit comments