Compress file text using lz4 in salsa

This commit is contained in:
Laurențiu Nicola 2024-01-10 11:53:11 +02:00
parent 2397e7a887
commit 02b6c181dd
9 changed files with 65 additions and 9 deletions

View file

@ -7,7 +7,7 @@ use salsa::Durability;
use triomphe::Arc;
use vfs::FileId;
use crate::{CrateGraph, SourceDatabaseExt, SourceRoot, SourceRootId};
use crate::{CrateGraph, SourceDatabaseExt, SourceDatabaseExt2, SourceRoot, SourceRootId};
/// Encapsulate a bunch of raw `.set` calls on the database.
#[derive(Default)]