We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1588a6 commit 82c32fdCopy full SHA for 82c32fd
src/lib.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
#![crate_type = "proc-macro"]
12
-#![doc(html_root_url = "https://docs.rs/num-derive/0.2")]
+#![doc(html_root_url = "https://docs.rs/num-derive/0.3")]
13
#![recursion_limit = "512"]
14
15
//! Procedural macros to derive numeric traits in Rust.
@@ -21,7 +21,7 @@
21
//! ```toml
22
//! [dependencies]
23
//! num-traits = "0.2"
24
-//! num-derive = "0.2"
+//! num-derive = "0.3"
25
//! ```
26
//!
27
//! Then you can derive traits on your own types:
0 commit comments