Skip to content

Commit 5641c79

Browse files
fix: missing docs
1 parent 9ed0fe1 commit 5641c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ic-agent/src/agent/route_provider.rs

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub struct RoutesStats {
4949
}
5050

5151
impl RoutesStats {
52+
/// Creates an new instance of [`RoutesStats`].
5253
pub fn new(total: usize, healthy: Option<usize>) -> Self {
5354
Self { total, healthy }
5455
}

0 commit comments

Comments
 (0)