Skip to content

Commit

Permalink
Clarify note in example
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonSolstice authored Jan 11, 2025
1 parent 5408cc2 commit 31208bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/specifying-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ bitflags = { path = "my-bitflags", version = "1.0" }
# version 1.0 from crates.io when published.
smallvec = { git = "https://github.com/servo/rust-smallvec.git", version = "1.0" }

# N.B. that if a version doesn't match, Cargo will fail to compile!
# Note: if a version doesn't match, Cargo will fail to compile!
```

One example where this can be useful is when you have split up a library into
Expand Down

0 comments on commit 31208bd

Please sign in to comment.