mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 06:54:03 +00:00
common.rs: drop unused PACKAGE_BUGREPORT constant
This commit is contained in:
parent
59fa7479ee
commit
7dfe6f2c07
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ const _: () = assert!(WILDCARD_RESERVED_END <= RESERVED_CHAR_END);
|
|||
pub const ENCODE_DIRECT_BASE: char = '\u{F600}';
|
||||
pub const ENCODE_DIRECT_END: char = char_offset(ENCODE_DIRECT_BASE, 256);
|
||||
|
||||
// The address where bug reports for this package should be sent.
|
||||
pub const PACKAGE_BUGREPORT: &str = "https://github.com/fish-shell/fish-shell/issues";
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum EscapeStringStyle {
|
||||
Script(EscapeFlags),
|
||||
|
|
Loading…
Reference in a new issue