Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Mention how RLS can be built without clippy_lints #1266

@Xanewok

Description

@Xanewok

Related issue - #1260.

Sometimes recent nightlies ship with internal changes that prevent the current clippy_lints dependency to build.

It'd be good to mention that in the contributing docs that

  1. one can often build with --no-default-features (disabling the clippy feature)
  2. A great help would be to see if the clippy dependency has been updated in the Rust tree (clippy submodule at https://github.com/rust-lang/rust/tree/master/src/tools) and if so, submit a PR here updating the clippy_lints dependency to the git revision pulled from the Rust tree, unblocking the development with clippy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions