mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
Give node_types a static lifetime.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::path::PathBuf;
|
||||
|
||||
pub struct Language<'a> {
|
||||
pub struct Language {
|
||||
pub name: String,
|
||||
pub node_types: &'a str,
|
||||
pub node_types: &'static str,
|
||||
pub dbscheme_path: PathBuf,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user