Skip to content

Commit

Permalink
Add module comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Oct 26, 2023
1 parent 1a31817 commit 020f029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions glib/src/regex.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Take a look at the license at the top of the repository in the LICENSE file.

//! This module is inefficient and should not be used by Rust programs except for
//! compatibility with GLib.Regex based APIs.
use crate::{translate::*, IntoGStr, MatchInfo, Regex, RegexCompileFlags, RegexMatchFlags};
use std::{mem, ptr};

Expand Down

0 comments on commit 020f029

Please sign in to comment.