Address comments

This commit is contained in:
Arthur Baars
2024-09-24 14:09:23 +02:00
parent 7b4137fbc8
commit d14e77ba48
6 changed files with 13 additions and 2 deletions

View File

@@ -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,

View File

@@ -0,0 +1 @@
/generated.rs linguist-generated

View File

@@ -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};