]> git.bitcoin.ninja Git - rust-lightning/commit
Avoid use std and use std::fmt and fmt:: instead in network_graph
authorMatt Corallo <git@bluematt.me>
Thu, 11 Jun 2020 19:32:23 +0000 (15:32 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 22 Jun 2020 21:42:35 +0000 (17:42 -0400)
commit922fc8e9ee05d6091707ea6eec06d7deb4c46e5d
tree46f7c46165b9a6d5814a8eabf0f0cb3eefd96110
parentc33a4442678a0b2f95bedc619190d091cd90fa45
Avoid use std and use std::fmt and fmt:: instead in network_graph

This is more consistent with the way we use std::cmp over the
codebase and avoids `use std`, which is only actually needed to
support older rustcs, so feels a bit awkward.
lightning/src/routing/network_graph.rs