Module rustfmt_nightly::config::file_lines[][src]

Expand description

This module contains types and functions to support formatting specific line ranges.

Structs

A set of lines in files.

FileLines files iterator.

A range of lines in a file, inclusive of both ends.

A range that is inclusive of both ends.

Enums

Defines the name of an input - either a file or stdin.

Functions

Normalizes the ranges so that the invariants for FileLines hold: ranges are non-overlapping, and ordered by their start point.