From 27d00055df8691a6bd99aaf38633a7338b16cc6a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 11 Jul 2026 16:33:05 +0900 Subject: chore: use fully-qualified name for Rc/RefCell --- scripts/linters/no_banned_use.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/linters/no_banned_use.rb b/scripts/linters/no_banned_use.rb index 311d03c3..74e50d06 100644 --- a/scripts/linters/no_banned_use.rb +++ b/scripts/linters/no_banned_use.rb @@ -1,9 +1,11 @@ BANNED_USE_PATHS = %w[ anyhow::Result std::any::Any + std::cell::RefCell std::io::Read std::io::Write std::process::Command + std::rc::Rc ].freeze def no_banned_use(root_dir, excludes = []) -- cgit v1.3.1