Fix a clippy warning by getting rid of a dependency

korrat
Jun 23, 2023, 6:03 PM
LSXFAUGZC5PUDMW5VPIZKFNIMRVV4RYNFH2IUJXAXCUG2YEJM4HAC

Dependencies

  • [2] WS3UUOV3 Extract commodity type into separate crate
  • [3] 2JBFREZG enable additional warnings
  • [4] ZVTVMOZQ Upgrade dependencies
  • [5] QNGOXZL4 Add a basic framework
  • [6] YDK6X6PP add a library of important types for beancount
  • [*] I2P2FTLE add basic parser for german decimals

Change contents

  • replacement in beancount/commodity/src/lib.rs at line 39
    [3.5263][3.5263:5368]()
    delegate::delegate! {
    to self.name {
    fn deref(&self) -> &Self::Target;
    }
    [3.5263]
    [3.5368]
    #[inline]
    fn deref(&self) -> &Self::Target {
    &self.name
  • edit in beancount/commodity/Cargo.toml at line 12
    [2.1314][2.1314:1342]()
    delegate.workspace = true
  • edit in Cargo.lock at line 222
    [2.2429][2.2429:2442]()
    "delegate",