mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Address comments
This commit is contained in:
@@ -9,7 +9,7 @@ pub mod trap;
|
||||
use ra_ap_syntax::ast::SourceFile;
|
||||
use ra_ap_syntax::AstNode;
|
||||
|
||||
pub fn extract(
|
||||
fn extract(
|
||||
archiver: &archive::Archiver,
|
||||
traps: &trap::TrapFileProvider,
|
||||
file: std::path::PathBuf,
|
||||
|
||||
1
rust/extractor/src/translate/.gitattributes
vendored
Normal file
1
rust/extractor/src/translate/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/generated.rs linguist-generated
|
||||
2
rust/extractor/src/translate/generated.rs
generated
2
rust/extractor/src/translate/generated.rs
generated
@@ -1,3 +1,5 @@
|
||||
//! Generated by `cargo generate-schema`, do not edit by hand.
|
||||
|
||||
use super::base::{TextValue, Translator};
|
||||
use crate::generated;
|
||||
use crate::trap::{Label, TrapId};
|
||||
|
||||
Reference in New Issue
Block a user