We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7831d2d + 7b303cc commit 657eecbCopy full SHA for 657eecb
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