[][src]Crate pretty_lint

A library for pretty-printing lint errors with a given source text.

The API is fairly minimal, and the output closely resembles rustc's.

Re-exports

pub use colored;

Structs

Position

Position in a source document 1-based.

PrettyLint

Show a pretty lint message similar to rustc's messages.

Span

The range the lint spans.

Enums

Severity

Lint severity.