Skip to content

Commit

Permalink
Remove "News" section from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Apr 30, 2024
1 parent d75ae91 commit ae73d5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Dylint

**News:** The `cargo`-cli-based package download method is now the default. If the new method causes you problems, please [open an issue]. If you prefer to use the old `cargo`-lib-based method, install `cargo-dylint` with the following command:

```sh
cargo install cargo-dylint --no-default-features --features=cargo-lib
```

The original README follows.

---

Run Rust lints from dynamic libraries

```sh
Expand Down Expand Up @@ -230,7 +220,6 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[glob]: https://docs.rs/glob/0.3.0/glob/struct.Pattern.html
[how Dylint works]: ./docs/how_dylint_works.md
[internal/src/examples.rs]: ./internal/src/examples.rs
[open an issue]: https://github.com/trailofbits/dylint/issues
[resources]: #resources
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[toml table]: https://toml.io/en/v1.0.0#table
Expand Down
11 changes: 0 additions & 11 deletions cargo-dylint/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Dylint

**News:** The `cargo`-cli-based package download method is now the default. If the new method causes you problems, please [open an issue]. If you prefer to use the old `cargo`-lib-based method, install `cargo-dylint` with the following command:

```sh
cargo install cargo-dylint --no-default-features --features=cargo-lib
```

The original README follows.

---

Run Rust lints from dynamic libraries

```sh
Expand Down Expand Up @@ -230,7 +220,6 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[glob]: https://docs.rs/glob/0.3.0/glob/struct.Pattern.html
[how Dylint works]: ../docs/how_dylint_works.md
[internal/src/examples.rs]: ../internal/src/examples.rs
[open an issue]: https://github.com/trailofbits/dylint/issues
[resources]: #resources
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[toml table]: https://toml.io/en/v1.0.0#table
Expand Down
11 changes: 0 additions & 11 deletions dylint/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Dylint

**News:** The `cargo`-cli-based package download method is now the default. If the new method causes you problems, please [open an issue]. If you prefer to use the old `cargo`-lib-based method, install `cargo-dylint` with the following command:

```sh
cargo install cargo-dylint --no-default-features --features=cargo-lib
```

The original README follows.

---

Run Rust lints from dynamic libraries

```sh
Expand Down Expand Up @@ -230,7 +220,6 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[glob]: https://docs.rs/glob/0.3.0/glob/struct.Pattern.html
[how Dylint works]: ../docs/how_dylint_works.md
[internal/src/examples.rs]: ../internal/src/examples.rs
[open an issue]: https://github.com/trailofbits/dylint/issues
[resources]: #resources
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[toml table]: https://toml.io/en/v1.0.0#table
Expand Down

0 comments on commit ae73d5e

Please sign in to comment.