Fix aiken docs constant generation

Fixes #1048.
This commit is contained in:
KtorZ
2024-10-29 14:15:31 +01:00
parent 2b7ca0e4a1
commit 2489e0fdd0
4 changed files with 31 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ use std::{
time::{Duration, SystemTime},
};
const MAX_COLUMNS: isize = 999;
const MAX_COLUMNS: isize = 80;
const VERSION: &str = env!("CARGO_PKG_VERSION");
pub mod link_tree;