Skip to content

Commit a252766

Browse files
authored
Remove unnecessary ./ (#2407)
1 parent ae68172 commit a252766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust-version = "1.60.0"
2222

2323
[lib]
2424
name = "bindgen"
25-
path = "./lib.rs"
25+
path = "lib.rs"
2626

2727
[dependencies]
2828
bitflags = "1.0.3"

0 commit comments

Comments
 (0)