Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/debugid/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 518 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

all: style lint test
.PHONY: all

check: style lint
.PHONY: check

build:
 @cargo build
.PHONY: build

doc:
 @cargo doc
.PHONY: doc

test:
 @cargo test
.PHONY: test

style:
 @rustup component add rustfmt --toolchain stable 2> /dev/null
 cargo +stable fmt -- --check
.PHONY: style

format:
 @rustup component add rustfmt --toolchain stable 2> /dev/null
 @cargo +stable fmt
.PHONY: format

lint:
 @rustup component add clippy --toolchain stable 2> /dev/null
 @cargo +stable clippy --tests -- -D clippy::all
.PHONY: lint

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-04-28]