diff options
author | Lukas Wirth <[email protected]> | 2021-01-12 19:19:13 +0000 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2021-01-13 12:29:47 +0000 |
commit | 3d6480bc3103f7238b1b0e020518e8aa72af3156 (patch) | |
tree | 080939aab1f5304b0ba22615547baa16141e83df /xtask | |
parent | e9e3ab549d5a73f85e19eed5b915d78870f8892c (diff) |
Render Fn* trait objects and impl types as rust does
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index a957e36af..6abad189a 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -324,7 +324,7 @@ impl TidyDocs { | |||
324 | } | 324 | } |
325 | 325 | ||
326 | fn is_exclude_file(d: &Path) -> bool { | 326 | fn is_exclude_file(d: &Path) -> bool { |
327 | let file_names = ["tests.rs"]; | 327 | let file_names = ["tests.rs", "famous_defs_fixture.rs"]; |
328 | 328 | ||
329 | d.file_name() | 329 | d.file_name() |
330 | .unwrap_or_default() | 330 | .unwrap_or_default() |