*On 2020-08-17 @Recmo wrote in [`645f7bd`](https://github.com/0xProject/OpenZKP/commit/645f7bd004f4922be47c644645649595af526709) “Fix lints”:* Better names ```rust } } // TODO: Replace literals with u256h! #[allow(clippy::unreadable_literal)] // TODO: Better names #[allow(clippy::similar_names)] #[allow(clippy::clippy::many_single_char_names)] #[cfg(test)] mod tests { use super::*; ``` *From [`algebra/u256/src/multiplicative.rs:246`](https://github.com/0xProject/OpenZKP/blob/67c807e0e3439834ff8960f9c1de7be44f241fcf/algebra/u256/src/multiplicative.rs#L246)* <!--{"commit-hash": "645f7bd004f4922be47c644645649595af526709", "author": "Remco Bloemen", "author-mail": "<remco@0x.org>", "author-time": 1597707629, "author-tz": "-0700", "committer": "Remco Bloemen", "committer-mail": "<remco@0x.org>", "committer-time": 1597707629, "committer-tz": "-0700", "summary": "Fix lints", "previous": "53f57e8cf425f87f7c3371a3385bd738108179fe algebra/u256/src/multiplicative.rs", "filename": "algebra/u256/src/multiplicative.rs", "line": 245, "line_end": 246, "kind": "TODO", "issue": "Better names", "head": "Better names", "context": " }\n}\n\n// TODO: Replace literals with u256h!\n#[allow(clippy::unreadable_literal)]\n// TODO: Better names\n#[allow(clippy::similar_names)]\n#[allow(clippy::clippy::many_single_char_names)]\n#[cfg(test)]\nmod tests {\n use super::*;\n", "repo": "0xProject/OpenZKP", "branch-hash": "67c807e0e3439834ff8960f9c1de7be44f241fcf"}-->
On 2020-08-17 @recmo wrote in
645f7bd“Fix lints”:Better names
From
algebra/u256/src/multiplicative.rs:246