Skip to content

Commit

Permalink
Make const pub again
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsilver committed Jul 18, 2024
1 parent eb5c67d commit 83f9ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plane/src/names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use clap::error::ErrorKind;
use serde::{Deserialize, Serialize};
use std::fmt::{Debug, Display};

const MAX_NAME_LENGTH: usize = 45;
pub const MAX_NAME_LENGTH: usize = 45;

#[derive(Debug, thiserror::Error, PartialEq)]
pub enum NameError {
Expand Down

0 comments on commit 83f9ed6

Please sign in to comment.