Skip to content

Commit

Permalink
Fix some doc comment specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 4, 2025
1 parent 7fc86da commit 7e5aced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
//! a file that matches the value given for the `exe` field, if any. Otherwise it looks for a file
//! with the same name as the project. In either case, the file will be installed with the name it
//! has in the archive file.
//
//!
//! If the release is in the form of a bare executable or a compressed executable, then the installed
//! executable will use the name of the project instead.
//
//!
//! This is a bit inconsistent, but it's how `ubi` has behaved since it was created, and I find this
//! to be the sanest behavior. Some projects, for example `rust-analyzer`, provide releases as
//! compressed executables with names like `rust-analyzer-x86_64-apple-darwin.gz` and
Expand Down

0 comments on commit 7e5aced

Please sign in to comment.