Skip to content

Commit

Permalink
Added neovim rust-analyzer config file to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
s7rul committed Apr 9, 2024
1 parent d1664b1 commit b0433fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# IDE/Editors specific stuff and junk
.vscode/
rust-analyzer.json

# Build artifacts
target/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Integration](https://crates.io/crates/mcan-core) with the [`mcan`](https://crates.io/crates/mcan) crate.
- Implementation of blocking::i2c::Transactional trait from [embedded-hal](https://crates.io/crates/embedded-hal) for TWI device.
- Support for `critical-section` feature, falling down to PAC optional dependency.
- Add `rust-analyzer.json` used by Neovim plugin `rustaceanvim` to `.gitignore`.

### Changed
- Remove `rust-toolchain.toml` and control MSRV from `.github/workflow/` files instead.
Expand Down

0 comments on commit b0433fb

Please sign in to comment.