We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
module!
1 parent aacf93e commit 0ba521dCopy full SHA for 0ba521d
rust/macros/lib.rs
@@ -94,7 +94,7 @@ use proc_macro::TokenStream;
94
/// - `license`: ASCII string literal of the license of the kernel module (required).
95
/// - `alias`: array of ASCII string literals of the alias names of the kernel module.
96
/// - `firmware`: array of ASCII string literals of the firmware files of
97
-/// the kernel module.
+/// the kernel module.
98
#[proc_macro]
99
pub fn module(ts: TokenStream) -> TokenStream {
100
module::module(ts)
0 commit comments