]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin/lib.rs
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
[rust.git] / src / librustc_plugin / lib.rs
index 0ea1634c0b4c5e9c38bc63155b0e6924e14e83a0..351ba7f04d3b100781863694133e2b28c13ea8f3 100644 (file)
@@ -4,7 +4,7 @@
 //! in various ways.
 //!
 //! Plugin authors will use the `Registry` type re-exported by
-//! this module, along with its methods.  The rest of the module
+//! this module, along with its methods. The rest of the module
 //! is for use by `rustc` itself.
 //!
 //! To define a plugin, build a dylib crate with a