Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5484ff3 commit a41c3e3Copy full SHA for a41c3e3
1 file changed
generator/src/language.rs
@@ -1,7 +1,7 @@
1
use std::path::PathBuf;
2
3
-pub struct Language<'a> {
+pub struct Language {
4
pub name: String,
5
- pub node_types: &'a str,
+ pub node_types: &'static str,
6
pub dbscheme_path: PathBuf,
7
}
0 commit comments