Skip to content

Commit

Permalink
fix(nightly): thank goodness that was reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Jul 14, 2024
1 parent 7346e41 commit 107cac8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pg-pipeline"
name = "pgfinder-next"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 0 additions & 2 deletions crates/muropeptide/benches/api.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![type_length_limit = "30491060267835378"]

use divan::AllocProfiler;
use once_cell::sync::Lazy;
use polychem::{atoms::atomic_database, AtomicDatabase, PolymerDatabase, Polymerizer};
Expand Down
2 changes: 0 additions & 2 deletions crates/muropeptide/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! Responsible for parsing strings into meaningful `Muropeptide` structures
#![type_length_limit = "254089318894795"]

mod parser;

use std::fmt::{self, Display, Formatter};
Expand Down
2 changes: 0 additions & 2 deletions crates/polychem/benches/api.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![type_length_limit = "18554191"]

use divan::{black_box, AllocProfiler};
use once_cell::sync::Lazy;
use polychem::{
Expand Down
2 changes: 0 additions & 2 deletions crates/polychem/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! An abstraction for building chemically validated polymers
#![type_length_limit = "18554191"]

pub mod atoms;
pub mod errors;
pub mod moieties;
Expand Down
2 changes: 0 additions & 2 deletions crates/smithereens/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![type_length_limit = "18554191"]

use std::{
cmp::Ordering,
convert::identity,
Expand Down
2 changes: 0 additions & 2 deletions src/bin/molmass.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![type_length_limit = "18554191"]

use miette::{Diagnostic, GraphicalReportHandler, GraphicalTheme};
use once_cell::sync::Lazy;
use polychem::{AtomicDatabase, Charged, ChargedParticle, ChemicalComposition, Massive, Result};
Expand Down
2 changes: 0 additions & 2 deletions src/bin/pgmass.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![type_length_limit = "30491060267835378"]

use miette::{Diagnostic, GraphicalReportHandler, GraphicalTheme};
use muropeptide::{Muropeptide, Result};
use once_cell::sync::Lazy;
Expand Down

0 comments on commit 107cac8

Please sign in to comment.