Fix some clippy warnings
Dependencies
- [2]
R7S2CWF7Add type for account segments - [3]
YDK6X6PPadd a library of important types for beancount
Change contents
- edit in beancount/account/src/lib.rs at line 779
#[allow(clippy::inline_always)] - replacement in beancount/account/src/lib.rs at line 794
fn eq(&self, other: &Cow<'_, Seg>) -> bool {fn eq(&self, other: &Cow<'_, Self>) -> bool { - replacement in beancount/account/src/lib.rs at line 857
fn partial_cmp(&self, other: &Cow<'_, Seg>) -> Option<Ordering> {fn partial_cmp(&self, other: &Cow<'_, Self>) -> Option<Ordering> { - edit in beancount/account/src/lib.rs at line 993
#[allow(clippy::inline_always)]