Solve 50+ cargo doc warnings (#24071)

Release Notes:

- N/A
This commit is contained in:
João Marcos
2025-02-01 06:19:29 +00:00
committed by GitHub
parent 39d45bcbc1
commit 5bd7eaa173
35 changed files with 99 additions and 89 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pub trait KeyedItem: Item {
/// A type that describes the Sum of all [`Item`]s in a subtree of the [`SumTree`]
///
/// Each Summary type can have multiple [`Dimensions`] that it measures,
/// Each Summary type can have multiple [`Dimension`]s that it measures,
/// which can be used to navigate the tree
pub trait Summary: Clone {
type Context;