Fix clippy warnings
Dependencies
- [2]
R524JUUEImplement metadata & price directives - [3]
YDK6X6PPadd a library of important types for beancount - [4]
T2S6UAVJInclude builder methods on beancount-types - [5]
2JBFREZGenable additional warnings - [6]
W3MWSSJ7Add a templating engine for accounts - [7]
SEEWF7KXImplement metadata on transactions - [8]
SMBQYFPGEnable access to timestamps for directives - [9]
6MYJDQ3IHandle price directives - [10]
YBARPI2BMake account templates owned
Change contents
- replacement in common/beancount-types/src/transaction.rs at line 168
pub fn on(date: Date) -> Self {#[must_use] pub fn on(date: Date) -> Self { - replacement in common/beancount-types/src/transaction.rs at line 287
pub fn main_account(&self) -> Option<&Acc> {#[must_use] pub fn main_account(&self) -> Option<&Acc> { - replacement in common/beancount-types/src/price.rs at line 23
pub fn new(date: Date, quote: Commodity, price: Amount) -> Self {#[must_use] pub fn new(date: Date, quote: Commodity, price: Amount) -> Self { - replacement in common/beancount-types/src/lib.rs at line 83
pub fn date(&self) -> Date {#[must_use] pub fn date(&self) -> Date { - replacement in common/beancount-types/src/lib.rs at line 91
pub fn main_account(&self) -> Option<&Acc> {#[must_use] pub fn main_account(&self) -> Option<&Acc> { - replacement in common/beancount-types/src/lib.rs at line 99
pub fn timestamp(&self) -> Option<OffsetDateTime> {#[must_use] pub fn timestamp(&self) -> Option<OffsetDateTime> { - replacement in common/beancount-types/src/amount.rs at line 136
pub fn new(amount: Decimal, commodity: Commodity) -> Self {#[must_use] pub fn new(amount: Decimal, commodity: Commodity) -> Self { - replacement in common/beancount-types/src/account/template.rs at line 113
pub fn base(&self) -> &Acc {#[must_use] pub fn base(&self) -> &Acc {