Documentation never hurts

This commit is contained in:
Oli Scherer 2022-05-25 08:48:14 +00:00 committed by Oli Scherer
parent fe76f0324c
commit e5b824c535

View File

@ -1,4 +1,10 @@
//! The WIP stable interface to rustc internals.
//!
//! For more information see https://github.com/rust-lang/project-stable-mir
//!
//! # Note
//!
//! This API is still completely unstable and subject to change.
#![doc(
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",