Skip to content

Commit c7d03bc

Browse files
committed
Quiet a clippy::suspicious_doc_comments lint
1 parent 3d83e30 commit c7d03bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/ptrace/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
///! Provides helpers for making ptrace system calls
1+
//! Provides helpers for making ptrace system calls
22
33
#[cfg(any(target_os = "android", target_os = "linux"))]
44
mod linux;

0 commit comments

Comments
 (0)