Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openlawlibrary/stelae
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: df6cfb8ac013fc6ed1844fba5b8b9aa20613c587
Choose a base ref
..
head repository: openlawlibrary/stelae
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 00042a8b9462e104499a90c03a7e90b33fa24cf7
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/lib.rs
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
clippy::std_instead_of_core,
// TODO: But I think the mod.rs is more conventional — @tombh
clippy::self_named_module_files,
clippy::mod_module_files,
// Although performance is of course important for this application, it is not currently
// such that it would benefit from explicit inline suggestions. Besides, not specifying