We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[non_exhaustive]
1 parent 7831d2d commit 7b303ccCopy full SHA for 7b303cc
1 file changed
lrpar/src/lib/ctbuilder.rs
@@ -170,6 +170,7 @@ pub enum Visibility {
170
///
171
/// [Rust Edition]: https://doc.rust-lang.org/edition-guide/rust-2021/index.html
172
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
173
+#[non_exhaustive]
174
pub enum RustEdition {
175
Rust2015,
176
Rust2018,
0 commit comments