diff options
| author | Tapan Prakash <tapanprakasht@gmail.com> | 2025-02-23 22:24:00 +0530 |
|---|---|---|
| committer | Tapan Prakash <tapanprakasht@gmail.com> | 2025-02-23 22:24:00 +0530 |
| commit | afc89a1e021c99bdcd89a71c4c93ff6f3a2072c8 (patch) | |
| tree | e7082f3f21d08d988dc16e724b9c294b00c79223 | |
| parent | 6fc19785f7d4d0b91304a8c90348a2dbfd24d664 (diff) | |
| download | rust-afc89a1e021c99bdcd89a71c4c93ff6f3a2072c8.tar.gz rust-afc89a1e021c99bdcd89a71c4c93ff6f3a2072c8.zip | |
Fixed tidy error
| -rw-r--r-- | tests/rustdoc/inline_local/staged-inline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/inline_local/staged-inline.rs b/tests/rustdoc/inline_local/staged-inline.rs index ffe9a5d7c3c..d0dc3f9eea7 100644 --- a/tests/rustdoc/inline_local/staged-inline.rs +++ b/tests/rustdoc/inline_local/staged-inline.rs @@ -43,4 +43,4 @@ pub mod core { pub mod ready { } } -} \ No newline at end of file +} |
