diff --git a/glib/src/regex.rs b/glib/src/regex.rs index 40b39980ef8f..21224d89b928 100644 --- a/glib/src/regex.rs +++ b/glib/src/regex.rs @@ -1,5 +1,6 @@ // Take a look at the license at the top of the repository in the LICENSE file. +// rustdoc-stripper-ignore-next //! This module is inefficient and should not be used by Rust programs except for //! compatibility with GLib.Regex based APIs.