Skip to content

Commit 767e953

Browse files
committed
rust: macros: use // comment style in Rust
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 833095d commit 767e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/macros/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pub fn module(ts: TokenStream) -> TokenStream {
135135
/// impl Operations for Foo {
136136
/// fn foo(&self) -> Result<()> {
137137
/// # Err(EINVAL)
138-
/// /* ... */
138+
/// // ...
139139
/// }
140140
/// }
141141
///

0 commit comments

Comments
 (0)