-
Notifications
You must be signed in to change notification settings - Fork 30
chore: Bump dependencies #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -157,6 +157,7 @@ impl<M: Memory> Allocator<M> { | |||
/// .. free_list_head (allocated) ↑ next | |||
/// |_______________________________↑ |____ NULL | |||
/// | |||
#[allow(clippy::doc_overindented_list_items)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New clippy didn't like our formatting here but I think we want to keep it because it aligns the arrows to the end of chunks.
@@ -300,7 +300,7 @@ impl<K: Storable + Ord + Clone> Node<K> { | |||
/// POSTCONDITION: | |||
/// * `source` is deallocated. | |||
/// * all the entries of `source`, as well as the median, are merged into `self`, in sorted | |||
/// order. | |||
/// order. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clippy wanted it like this. Same reason as above but I thought here it's ok.
|
No description provided.