1
Fork 0

Change back prelude headline

This commit is contained in:
Frank Steffahn 2021-03-29 15:14:14 +02:00
parent fe0ab7f1b2
commit 761296bcb3

View file

@ -1,4 +1,4 @@
//! The Rust Prelude.
//! # The Rust Prelude
//!
//! Rust comes with a variety of things in its standard library. However, if
//! you had to manually import every single thing that you used, it would be