We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f164f commit 8dbcda6Copy full SHA for 8dbcda6
examples/time-without-main.ers
@@ -1,12 +1,12 @@
1
#!/usr/bin/env rust-script
2
-//! This is a regular crate doc comment, but it also contains a partial
3
-//! Cargo manifest. Note the use of a *fenced* code block, and the
4
-//! `cargo` "language".
5
-//!
6
-//! ```cargo
7
-//! [dependencies]
8
-//! time = "0.1.25"
9
-//! ```
+/// This is a regular crate doc comment, but it also contains a partial
+/// Cargo manifest. Note the use of a *fenced* code block, and the
+/// `cargo` "language".
+///
+/// ```cargo
+/// [dependencies]
+/// time = "0.1.25"
+/// ```
10
11
use time::now;
12
0 commit comments