Skip to content

Commit 26a4431

Browse files
committed
rust: kernel: add docs for macro stub
So that we can enable `-Wmissing_docs` globally. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 085cf66 commit 26a4431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/print.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ macro_rules! print_macro (
190190
);
191191
);
192192

193-
// Stub for doctests
193+
/// Stub for doctests
194194
#[cfg(testlib)]
195195
#[macro_export]
196196
macro_rules! print_macro (

0 commit comments

Comments
 (0)