Skip to content

Commit

Permalink
Bump name length (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Jan 10, 2024
1 parent d27db21 commit 99079a8
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 @@ -2,7 +2,7 @@ use crate::types::NodeKind;
use clap::error::ErrorKind;
use std::fmt::{Debug, Display};

const MAX_NAME_LENGTH: usize = 30;
const MAX_NAME_LENGTH: usize = 45;

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

0 comments on commit 99079a8

Please sign in to comment.