Skip to content

Remove newlines between imports #5

@yousefmoazzam

Description

@yousefmoazzam

In several places such as the following:

use std::collections::VecDeque;
use crate::lex::Token;
use crate::parse::Identifier;

there are newlines between imports.

rustfmt will take care of ordering imports as long as there are no newlines separating them, so it's better to get rid of the newlines and let rustfmt take care of that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions