Format with stable rustfmt-preview, then with rustfmt-0.9 again.
This commit is contained in:
@@ -18,7 +18,6 @@ pub trait Table<K: Copy + Eq> {
|
||||
fn key(&self, idx: usize) -> Option<K>;
|
||||
}
|
||||
|
||||
|
||||
/// Look for `key` in `table`.
|
||||
///
|
||||
/// The provided `hash` value must have been computed from `key` using the same hash function that
|
||||
|
||||
Reference in New Issue
Block a user