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

Mikayla Maki created

Remove Clippy from CI

Change summary

.github/workflows/ci.yml               | 9 ---------
README.md                              | 2 +-
crates/gpui/src/platform/mac/window.rs | 2 +-
styles/package-lock.json               | 1 -
4 files changed, 2 insertions(+), 12 deletions(-)

Detailed changes

.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

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
 

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 {

styles/package-lock.json 🔗

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