Index: src/lib.rs IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/src/lib.rs b/src/lib.rs --- a/src/lib.rs +++ b/src/lib.rs (date 1653622497377) @@ -1,7 +1,7 @@ -/// # My Create -/// -/// `my_create` is a collection of utilities to make performing certain -/// calculations more convenient +//! # My Create +//! +//! `my_create` is a collection of utilities to make performing certain +//! calculations more convenient /// Adds one to the number given. /// # Example