We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6477e39 commit d651dcfCopy full SHA for d651dcf
src/lib.rs
@@ -56,6 +56,8 @@ use std::process;
56
/// #[quit::main]
57
/// fn main() {}
58
/// ```
59
+///
60
+/// [`with_code`]: fn.with_code.html
61
#[cfg(not(test))]
62
pub use quit_macros::main;
63
0 commit comments