mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00
feat: pass tests if warnings happens (#1535)
This commit is contained in:
parent
4bb16b5b93
commit
c8c891fbc3
6 changed files with 61 additions and 51 deletions
|
@ -66,6 +66,10 @@ where
|
|||
}
|
||||
|
||||
impl<F: CompilerFeat, I: Instrumenter> SourceWorld for InstrumentWorld<'_, F, I> {
|
||||
fn as_world(&self) -> &dyn typst::World {
|
||||
self
|
||||
}
|
||||
|
||||
fn path_for_id(&self, id: FileId) -> FileResult<PathResolution> {
|
||||
self.base.path_for_id(id)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue