Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add missing module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
klbrvik committed May 15, 2023
1 parent 262fe7c commit 2165a73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/network/src/peer_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

//! [`PeerInfoBehaviour`] is implementation of `NetworkBehaviour` that holds information about peers in cache.
use crate::utils::interval;
use either::Either;

Expand Down
2 changes: 2 additions & 0 deletions client/network/src/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

//! Transport that serves as a common ground for all connections.
use either::Either;
use libp2p::{
core::{
Expand Down

0 comments on commit 2165a73

Please sign in to comment.