mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
Add basic benchmarks
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
pub mod modules;
|
||||
pub mod print;
|
||||
@@ -1,6 +1,5 @@
|
||||
#[macro_use]
|
||||
extern crate clap;
|
||||
extern crate ansi_term;
|
||||
|
||||
mod modules;
|
||||
mod print;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ pub fn prompt(args: ArgMatches) {
|
||||
}
|
||||
}
|
||||
|
||||
fn print_segment(segment: Segment) {
|
||||
pub fn print_segment(segment: Segment) {
|
||||
let Segment {
|
||||
prefix,
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user