Refactor formatting code out of ra_ida_api_light into ra_fmt.

This commit is contained in:
Andrea Pretto 2019-02-08 18:58:27 +01:00
parent 12e3b4c70b
commit 02dd0cfd8c
10 changed files with 33 additions and 10 deletions

View file

@ -3,7 +3,6 @@
//! This usually means functions which take syntax tree as an input and produce
//! an edit or some auxiliary info.
pub mod formatting;
mod extend_selection;
mod folding_ranges;
mod line_index;