Skip to content

Commit

Permalink
Unify derive macro order
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 11, 2025
1 parent d3157f0 commit cf011f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::sys;

/// This type represents the status code the current process can return
/// to its parent under normal termination.
#[derive(Clone, Copy, Debug)]
#[derive(Debug, Clone, Copy)]
pub struct ExitCode(u8);

impl ExitCode {
Expand Down

0 comments on commit cf011f4

Please # to comment.