mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Regen docs
This commit is contained in:
parent
1f7e14e78b
commit
ca1fdd75f1
4 changed files with 30 additions and 11 deletions
|
@ -1,3 +1,6 @@
|
|||
//! User (postfix)-snippet definitions.
|
||||
//!
|
||||
//! Actual logic is implemented in [`crate::completions::postfix`] and [`crate::completions::snippet`].
|
||||
use ide_db::helpers::{import_assets::LocatedImport, insert_use::ImportScope};
|
||||
use itertools::Itertools;
|
||||
use syntax::ast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue