Skip to content

Commit

Permalink
refactor: reorder clippy valid idents list
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Jabs <98587286+chrjabs@users.noreply.github.com>
  • Loading branch information
nfbruns and chrjabs authored Jul 4, 2024
1 parent adbe43e commit 25bea4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
doc-valid-idents = ["RustSAT", "CaDiCaL", "MaxSAT", "..", "BatSat"]
doc-valid-idents = ["RustSAT", "CaDiCaL", "MaxSAT", "BatSat", ".."]
avoid-breaking-exported-api = false

0 comments on commit 25bea4d

Please sign in to comment.