pub fn ensure_rust_analyzer_config()
No-op on non-macOS platforms.
use iced_code_editor::ensure_rust_analyzer_config; // Safe to call on any platform; no-op on non-macOS. ensure_rust_analyzer_config();