add clippy to travis integration
[rust-lightning] / lightning / src / ln / channelmanager.rs
index a1951d6bb62045c9f2aa5466ca34eb86ec2c38e7..379fe19300938127f0602d2c323b532f8604e97c 100644 (file)
@@ -16,6 +16,7 @@
 //! It does not manage routing logic (see routing::router::get_route for that) nor does it manage constructing
 //! on-chain transactions (it only monitors the chain to watch for any force-closes that might
 //! imply it needs to fail HTLCs/payments/channels it manages).
+//!
 
 use bitcoin::blockdata::block::BlockHeader;
 use bitcoin::blockdata::constants::genesis_block;