Skip to content

Commit

Permalink
Add link to EuroRust 2024 video
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 19, 2024
1 parent 190f63c commit edd46b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dylint

Run Rust lints from dynamic libraries ([EuroRust 2024 slides])
Run Rust lints from dynamic libraries (EuroRust 2024 [slides] and [video])

```sh
cargo install cargo-dylint dylint-link
Expand Down Expand Up @@ -226,7 +226,6 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[Configurable libraries]: #configurable-libraries
[Crate `rustc_hir`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/index.html
[Crate `rustc_middle`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/index.html
[EuroRust 2024 slides]: ./docs/2024-10-11%20Linting%20with%20Dylint%20(EuroRust).pdf
[Features]: #features
[Field `tcx`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/struct.LateContext.html#structfield.tcx
[Guide to Rustc Development]: https://rustc-dev-guide.rust-lang.org/
Expand Down Expand Up @@ -266,5 +265,7 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[internal/src/examples.rs]: ./internal/src/examples.rs
[resources]: #resources
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[slides]: ./docs/2024-10-11%20Linting%20with%20Dylint%20(EuroRust).pdf
[toml table]: https://toml.io/en/v1.0.0#table
[video]: https://www.youtube.com/watch?v=MjlPUA7sAmA
[workspace metadata]: #workspace-metadata
5 changes: 3 additions & 2 deletions cargo-dylint/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dylint

Run Rust lints from dynamic libraries ([EuroRust 2024 slides])
Run Rust lints from dynamic libraries (EuroRust 2024 [slides] and [video])

```sh
cargo install cargo-dylint dylint-link
Expand Down Expand Up @@ -226,7 +226,6 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[Configurable libraries]: #configurable-libraries
[Crate `rustc_hir`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/index.html
[Crate `rustc_middle`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/index.html
[EuroRust 2024 slides]: ../docs/2024-10-11%20Linting%20with%20Dylint%20(EuroRust).pdf
[Features]: #features
[Field `tcx`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/struct.LateContext.html#structfield.tcx
[Guide to Rustc Development]: https://rustc-dev-guide.rust-lang.org/
Expand Down Expand Up @@ -266,5 +265,7 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[internal/src/examples.rs]: ../internal/src/examples.rs
[resources]: #resources
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[slides]: ../docs/2024-10-11%20Linting%20with%20Dylint%20(EuroRust).pdf
[toml table]: https://toml.io/en/v1.0.0#table
[video]: https://www.youtube.com/watch?v=MjlPUA7sAmA
[workspace metadata]: #workspace-metadata
5 changes: 3 additions & 2 deletions dylint/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dylint

Run Rust lints from dynamic libraries ([EuroRust 2024 slides])
Run Rust lints from dynamic libraries (EuroRust 2024 [slides] and [video])

```sh
cargo install cargo-dylint dylint-link
Expand Down Expand Up @@ -226,7 +226,6 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[Configurable libraries]: #configurable-libraries
[Crate `rustc_hir`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/index.html
[Crate `rustc_middle`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/index.html
[EuroRust 2024 slides]: ../docs/2024-10-11%20Linting%20with%20Dylint%20(EuroRust).pdf
[Features]: #features
[Field `tcx`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/struct.LateContext.html#structfield.tcx
[Guide to Rustc Development]: https://rustc-dev-guide.rust-lang.org/
Expand Down Expand Up @@ -266,5 +265,7 @@ Put another way, we strive to preserve Dylint's MSRV when releasing bug fixes, a
[internal/src/examples.rs]: ../internal/src/examples.rs
[resources]: #resources
[rust-analyzer]: https://github.com/rust-analyzer/rust-analyzer
[slides]: ../docs/2024-10-11%20Linting%20with%20Dylint%20(EuroRust).pdf
[toml table]: https://toml.io/en/v1.0.0#table
[video]: https://www.youtube.com/watch?v=MjlPUA7sAmA
[workspace metadata]: #workspace-metadata

0 comments on commit edd46b1

Please sign in to comment.