Module buffer

Module buffer 

Source
Expand description

Filter diagnostics based on the buffer path or type.

Skips diagnostics entirely for buffers whose absolute path matches the configured blacklist entries (e.g. cargo registry), or whose type matches the configured blacklisted buffer types to prevent unwanted noise.

Structs§

BufferFilterImpl

Traits§

BufferFilter
Defines filtering logic for buffers based on path and type criteria.