Skip to content

Commit

Permalink
fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Dec 11, 2023
1 parent afea9fc commit 419181d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/inventory/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl std::fmt::Display for InventoryError {
}
}

/// Describes a mis-use of the [`Builder`] object
/// Describes a mis-use of the [`CollectionBuilder`] object
///
/// Example: reporting information about a caboose when the caller has not
/// already reported information about the corresopnding baseboard.
Expand Down
2 changes: 2 additions & 0 deletions nexus/inventory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ pub mod examples;

// only exposed for test code to construct collections
pub use builder::CollectionBuilder;
pub use builder::CollectorBug;
pub use builder::InventoryError;

pub use collector::Collector;

0 comments on commit 419181d

Please sign in to comment.