From 9da5e13294177621854dfd6a249863286c482fb1 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Wed, 25 May 2022 09:11:09 +0000 Subject: [PATCH] Rustfmt --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index a867520fc68..2b1c2bb3d2b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ //! 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.