mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Add argument-comment Dylint runner (#14651)
This commit is contained in:
6
tools/argument-comment-lint/.cargo/config.toml
Normal file
6
tools/argument-comment-lint/.cargo/config.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[target.'cfg(all())']
|
||||
rustflags = ["-C", "linker=dylint-link"]
|
||||
|
||||
# For Rust versions 1.74.0 and onward, the following alternative can be used
|
||||
# (see https://github.com/rust-lang/cargo/pull/12535):
|
||||
# linker = "dylint-link"
|
||||
Reference in New Issue
Block a user