about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorblyxyas <blyxyas@gmail.com>2024-01-14 01:14:05 +0100
committerblyxyas <blyxyas@gmail.com>2024-01-14 01:14:05 +0100
commit44f5d969d5820cdf907817f0ce2d81cc54589f77 (patch)
treecacbc778f257f971f6901cc71ae97ff19f55fc55 /tests
parent2469784cb656b15694db8eae99a87b633a7b1c2d (diff)
downloadrust-44f5d969d5820cdf907817f0ce2d81cc54589f77.tar.gz
rust-44f5d969d5820cdf907817f0ce2d81cc54589f77.zip
Change `PublicallyExported` -> `PubliclyExported`
Diffstat (limited to 'tests')
-rw-r--r--tests/ui-toml/pub_underscore_fields/exported/clippy.toml2
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