diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d07b26ef84f5c527bdd908fdce249c3072c39bc..cef94970748e20fe6546dc1c05db5d6f32af4014 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 31cfdcbd7fb5002926a47e704c76ddd464e5a7e9..2cda4fb3a76e0168e6376fe2f88d46b95ad37e40 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/crates/gpui/src/platform/mac/window.rs b/crates/gpui/src/platform/mac/window.rs index cda7ce5257419d9bcf279057e8f8c1e52db5f020..60b079c266664d80375ae55705b752fe03306e8a 100644 --- a/crates/gpui/src/platform/mac/window.rs +++ b/crates/gpui/src/platform/mac/window.rs @@ -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 { diff --git a/styles/package-lock.json b/styles/package-lock.json index 582f1c84968a5c1a25ddac5fd3c21ba907353c6d..5499f1852cb4330467268dee6436b53589a90e9b 100644 --- a/styles/package-lock.json +++ b/styles/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "styles", "version": "1.0.0", "license": "ISC", "dependencies": {