Makes recent Clippy happy

pull/643/head
Tpt 1 year ago
parent 70b1c52166
commit 64f45cd11b
  1. 1
      lib/oxrdf/src/interning.rs

@ -14,6 +14,7 @@ pub struct Interner {
} }
impl Interner { impl Interner {
#[allow(clippy::never_loop)]
fn get_or_intern(&mut self, value: &str) -> Key { fn get_or_intern(&mut self, value: &str) -> Key {
let mut hash = self.hash(value); let mut hash = self.hash(value);
loop { loop {

Loading…
Cancel
Save