common.rs: drop unused PACKAGE_BUGREPORT constant

This commit is contained in:
David Adam 2024-02-10 23:37:03 +08:00
parent 59fa7479ee
commit 7dfe6f2c07

View file

@ -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),