We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5680bad commit 8208717Copy full SHA for 8208717
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lombok-macros"
3
-version = "1.13.1"
+version = "1.13.2"
4
edition = "2024"
5
authors = ["root@ltpp.vip"]
6
license = "MIT"
readme.md
@@ -122,7 +122,7 @@ fn main() {
122
123
### Macro expansion result
124
125
-```rs
+```rust
126
#![feature(prelude_import)]
127
#![allow(warnings)]
128
#[prelude_import]
0 commit comments