]> git.bitcoin.ninja Git - rust-lightning/commit
Prefer implementing `From` over `Into`
authorElias Rohrer <dev@tnull.de>
Fri, 1 Mar 2024 10:42:54 +0000 (11:42 +0100)
committerElias Rohrer <dev@tnull.de>
Fri, 1 Mar 2024 10:42:54 +0000 (11:42 +0100)
commitfe50a507ab2840216584a197f63d412b2fb34834
treed531b4ba1f407f33bc8e0918d0454886758405df
parentbf3bc420c7ff80f033f3a7871168e3b63ae34c1c
Prefer implementing `From` over `Into`

.. as the std library docs state that implementing Into should be avoided:
"One should avoid implementing Into and implement From instead.
Implementing From automatically provides one with an implementation of
Into thanks to the blanket implementation in the standard library."
lightning/src/ln/mod.rs