Module inline_
config
forge_
lint
1.3.0
Module inline_
config
Module Items
Structs
Enums
In crate forge_
lint
Modules
inline_config
linter
sol
Macros
declare_forge_lint
link
register_lints
forge_lint
Module
inline_config
Copy item path
Settings
Help
Summary
Source
Structs
§
Disabled
Range
🔒
A disabled formatting range.
loose
designates that the range includes any loc which may start in between start and end, whereas the strict version requires that
range.start >= loc.start <=> loc.end <= range.end
Inline
Config
An inline config. Keeps track of ranges which should not be formatted.
Next
Item
Finder
Ast
🔒
An AST visitor that finds the first
Item
that starts after a given offset.
Next
Item
Finder
Hir
🔒
A HIR visitor that finds the first
Item
that starts after a given offset.
Enums
§
Inline
Config
Item
An inline config item
Invalid
Inline
Config
Item