xref: /third_party/rust/crates/minimal-lexical/scripts/fmt.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/minimal-lexical/scripts/
1cbd624adSopenharmony_ci#!/bin/bash
2cbd624adSopenharmony_ci# Ensure formatting and clippy is done on nightly.
3cbd624adSopenharmony_ci
4cbd624adSopenharmony_ciset -e
5cbd624adSopenharmony_ci
6cbd624adSopenharmony_ci# Change to our project home.
7cbd624adSopenharmony_ciscript_dir=`dirname "${BASH_SOURCE[0]}"`
8cbd624adSopenharmony_cicd "$script_dir"/..
9cbd624adSopenharmony_ci
10cbd624adSopenharmony_cicargo +nightly fmt
11

Indexes created Thu Nov 07 10:32:03 CST 2024