summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poveda Ruiz <31802960+pvdrz@users.noreply.github.com>2023-02-09 10:56:07 -0500
committerGitHub <noreply@github.com>2023-02-09 10:56:07 -0500
commita25276622cfbfaab19e0d67f13d4847d8b36a8ce (patch)
treec7772c2f8a5da7606c29620954df114c35f51112
parentae6817256ac557981906e93a1f866349db85053e (diff)
Remove unnecessary `./` (#2407)
-rw-r--r--bindgen/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml
index bc53be5d..c2e8543b 100644
--- a/bindgen/Cargo.toml
+++ b/bindgen/Cargo.toml
@@ -22,7 +22,7 @@ rust-version = "1.60.0"
[lib]
name = "bindgen"
-path = "./lib.rs"
+path = "lib.rs"
[dependencies]
bitflags = "1.0.3"