Skip to main content

ensure_rust_analyzer_config

Function ensure_rust_analyzer_config 

Source
pub fn ensure_rust_analyzer_config()
Expand description

No-op on non-macOS platforms.

ยงExamples

use iced_code_editor::ensure_rust_analyzer_config;

// Safe to call on any platform; no-op on non-macOS.
ensure_rust_analyzer_config();