plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.assist.termSearch.borrowcheck
Enable borrow checking for term search code assists. If set to false, also there will be more suggestions, but some of them may not borrow-check.
Type: null or boolean
Default:
null
Plugin default: true
plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.assist.termSearch.fuel
Term search fuel in “units of work” for assists (Defaults to 1800).
Type: null or signed integer
Default:
null
Plugin default: 1800