mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Make Buffer::diff_base
available outside of tests
This commit is contained in:
parent
ddbf251b5f
commit
ad7eaca443
1 changed files with 0 additions and 1 deletions
|
@ -682,7 +682,6 @@ impl Buffer {
|
|||
task
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
pub fn diff_base(&self) -> Option<&str> {
|
||||
self.diff_base.as_deref()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue