Merge pull request #1496 from zed-industries/ime-stuff

Remove Clippy from CI
This commit is contained in:
Mikayla Maki 2022-08-11 20:05:56 -07:00 committed by GitHub
commit 9d57f761c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 12 deletions

View file

@ -28,7 +28,6 @@ jobs:
run: |
rustup set profile minimal
rustup update stable
rustup component add clippy
rustup target add wasm32-wasi
- name: Install Node
@ -40,14 +39,6 @@ jobs:
uses: actions/checkout@v2
with:
clean: false
- name: Run clippy
run: >
cargo clippy --workspace --
-Dwarnings
-Aclippy::reversed_empty_ranges
-Aclippy::missing_safety_doc
-Aclippy::let_unit_value
- name: Run tests
run: cargo test --workspace --no-fail-fast

View file

@ -2,7 +2,7 @@
[![CI](https://github.com/zed-industries/zed/actions/workflows/ci.yml/badge.svg)](https://github.com/zed-industries/zed/actions/workflows/ci.yml)
Welcome to Zed, a lightning-fast, collaborative code editor that makes your dreams come true.
Welcome to Zed, a lightning-fast, collaborative code editor that makes your dreams come true.
## Development tips

View file

@ -766,12 +766,12 @@ extern "C" fn handle_key_event(this: &Object, native_event: id, key_equivalent:
} else {
window_state_borrow.last_fresh_keydown = Some(keydown);
}
function_is_held = event.keystroke.function;
Some((event, None))
}
_ => return NO,
};
drop(window_state_borrow);
if !function_is_held {

View file

@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "styles",
"version": "1.0.0",
"license": "ISC",
"dependencies": {