From 4acef6e4b98199744789f29fb4881d12359fa49b Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Fri, 10 Feb 2023 11:55:49 +0000 Subject: [PATCH] Add rustdoc-stripper-ignore-next --- glib/src/regex.rs | 1 + 1 file changed, 1 insertion(+) 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.