Skip to content

Commit

Permalink
Fix cargo doc warnings about HTML comments. (#97)
Browse files Browse the repository at this point in the history
Add the closing side of HTML comments, to fix cargo doc warnings.
  • Loading branch information
sunfishcode authored Nov 27, 2024
1 parent 4b740ff commit 1a65fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ pub mod cli {
/// <!--
/// The marker above hides the generated documentation by wit-bindgen for this
/// macro.
/// -->
#[doc(inline)]
pub use crate::command::_export_command as export;
}
Expand Down Expand Up @@ -265,6 +266,7 @@ pub mod http {
/// <!--
/// The marker above hides the generated documentation by wit-bindgen
/// for this macro.
/// -->
#[doc(inline)]
pub use crate::proxy::_export_proxy as export;
}
Expand Down

0 comments on commit 1a65fdc

Please sign in to comment.