Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(common): Remove unused import #9387

Merged
merged 4 commits into from
Aug 7, 2024
Merged

Commits on Aug 6, 2024

  1. fix(common): Remove unused import

    Moving the import under the tty-emitter feature fixes the following:
    
        warning: unused import: `IsTerminal`
          --> /home/user/swc/crates/swc_common/src/errors/emitter.rs:15:28
           |
        15 |     io::{self, prelude::*, IsTerminal},
           |                            ^^^^^^^^^^
           |
           = note: `#[warn(unused_imports)]` on by default
    crawford committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a8162c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ad294 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update slow-forks-brake.md

    kdy1 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8a9f473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92053dc View commit details
    Browse the repository at this point in the history