mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 05:51:14 +00:00
Revert change to rpc/build.rs
This commit is contained in:
parent
70b7718f18
commit
fdfd09a360
2 changed files with 1 additions and 2 deletions
|
|
@ -3125,7 +3125,7 @@ async fn test_buffer_is_dirty(cx: &mut gpui::TestAppContext) {
|
|||
events.lock().clear();
|
||||
|
||||
// After restoring the buffer to its previously-saved state,
|
||||
// the buffer is no longer considered dirty
|
||||
// the buffer is not considered dirty anymore.
|
||||
buffer.edit([(1..3, "")], None, cx);
|
||||
assert!(buffer.text() == "ac");
|
||||
assert!(!buffer.is_dirty());
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ fn main() {
|
|||
let mut build = prost_build::Config::new();
|
||||
build
|
||||
.type_attribute(".", "#[derive(serde::Serialize)]")
|
||||
.type_attribute(".", "#[allow(clippy::large_enum_variant)]")
|
||||
.compile_protos(&["proto/zed.proto"], &["proto"])
|
||||
.unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue