diff options
| author | blyxyas <blyxyas@gmail.com> | 2024-01-14 01:14:05 +0100 |
|---|---|---|
| committer | blyxyas <blyxyas@gmail.com> | 2024-01-14 01:14:05 +0100 |
| commit | 44f5d969d5820cdf907817f0ce2d81cc54589f77 (patch) | |
| tree | cacbc778f257f971f6901cc71ae97ff19f55fc55 /tests | |
| parent | 2469784cb656b15694db8eae99a87b633a7b1c2d (diff) | |
| download | rust-44f5d969d5820cdf907817f0ce2d81cc54589f77.tar.gz rust-44f5d969d5820cdf907817f0ce2d81cc54589f77.zip | |
Change `PublicallyExported` -> `PubliclyExported`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui-toml/pub_underscore_fields/exported/clippy.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-toml/pub_underscore_fields/exported/clippy.toml b/tests/ui-toml/pub_underscore_fields/exported/clippy.toml index 94a0d3554bc..2b79cbd46e4 100644 --- a/tests/ui-toml/pub_underscore_fields/exported/clippy.toml +++ b/tests/ui-toml/pub_underscore_fields/exported/clippy.toml @@ -1 +1 @@ -pub-underscore-fields-behavior = "PublicallyExported" \ No newline at end of file +pub-underscore-fields-behavior = "PubliclyExported" \ No newline at end of file |
