Skip to content

Commit acf9241

Browse files
committed
Apply nightly Rust constant ordering
Match the repository's reorder_impl_items formatting configuration used by Linux CI. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e98a14a6-7ad4-4cb6-b808-e56547701c19
1 parent 7373264 commit acf9241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rust/src/types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,10 +1764,10 @@ pub struct CopilotExpAssignmentResponse {
17641764
pub struct DisableBypassPermissionsModes;
17651765

17661766
impl DisableBypassPermissionsModes {
1767-
/// Turn off bypass-permissions mode entirely.
1768-
pub const DISABLE: &'static str = "disable";
17691767
/// Permit automatic bypass but block full allow-all.
17701768
pub const ALLOW_AUTO_ONLY: &'static str = "allow-auto-only";
1769+
/// Turn off bypass-permissions mode entirely.
1770+
pub const DISABLE: &'static str = "disable";
17711771
}
17721772

17731773
/// Permission rules injected as a managed-settings layer at session bootstrap.

0 commit comments

Comments
 (0)