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 d558037 commit 425c1a3Copy full SHA for 425c1a3
src/libstd/lib.rs
@@ -94,6 +94,12 @@
94
//! compiler - but they are documented here the same). Like the prelude, the
95
//! standard macros are imported by default into all crates.
96
//!
97
+//! # Contributing changes to the documentation
98
+//!
99
+//! The source for this documentation can be found on [github](https://github.com/rust-lang/rust/tree/master/src/libstd).
100
+//! To contribute changes, you can search for nearby strings in github to find
101
+//! relevant files, then submit pull-requests with your suggested changes.
102
103
//! # A Tour of The Rust Standard Library
104
105
//! The rest of this crate documentation is dedicated to pointing out notable
0 commit comments