Skip to content

Commit 1a65fdc

Browse files
authored
Fix cargo doc warnings about HTML comments. (#97)
Add the closing side of HTML comments, to fix cargo doc warnings.
1 parent 4b740ff commit 1a65fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ pub mod cli {
230230
/// <!--
231231
/// The marker above hides the generated documentation by wit-bindgen for this
232232
/// macro.
233+
/// -->
233234
#[doc(inline)]
234235
pub use crate::command::_export_command as export;
235236
}
@@ -265,6 +266,7 @@ pub mod http {
265266
/// <!--
266267
/// The marker above hides the generated documentation by wit-bindgen
267268
/// for this macro.
269+
/// -->
268270
#[doc(inline)]
269271
pub use crate::proxy::_export_proxy as export;
270272
}

0 commit comments

Comments
 (0)