From 390cd150fbf270722e95d13019976e64c42cec8a Mon Sep 17 00:00:00 2001 From: Tadeo hepperle Date: Thu, 23 Nov 2023 20:30:27 +0100 Subject: [PATCH] formatting adjustment --- description/src/formatting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/description/src/formatting.rs b/description/src/formatting.rs index 05565c3..f4a1123 100644 --- a/description/src/formatting.rs +++ b/description/src/formatting.rs @@ -12,7 +12,7 @@ pub fn format_type_description(input: &str) -> String { Small, } - const SMALL_SCOPE_MAX_TOKENS: usize = 10; + const SMALL_SCOPE_MAX_TOKENS: usize = 30; /// should be called on the chars iterator shortly after open_token was encountered. fn scope_is_small( chars: &mut PeekMoreIterator,