mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Shared: fix missing import
This commit is contained in:
@@ -2,6 +2,7 @@ use clap::Args;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use codeql_extractor::extractor::simple;
|
||||
use codeql_extractor::trap;
|
||||
|
||||
#[derive(Args)]
|
||||
pub struct Options {
|
||||
|
||||
Reference in New Issue
Block a user