From e5b824c535242866ee004e2c6ef8da5ad162b1ad Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Wed, 25 May 2022 08:48:14 +0000 Subject: [PATCH] Documentation never hurts --- src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 405ee1388dd..a867520fc68 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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/",