Skip to content

Commit e1ed0ba

Browse files
committed
1 parent 60d681f commit e1ed0ba

File tree

2,317 files changed

+1429216
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,317 files changed

+1429216
-0
lines changed

src/generated/api.rs

Lines changed: 17411 additions & 0 deletions
Large diffs are not rendered by default.

src/generated/mod.rs

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
//
2+
// GENERATED FILE
3+
//
4+
5+
#![allow(dead_code)]
6+
#![allow(non_snake_case)]
7+
#![allow(unreachable_code)]
8+
#![allow(unused_imports)]
9+
#![allow(unused_mut, unused_assignments)]
10+
#![allow(unused_parens, clippy::double_parens)]
11+
#![allow(unused_variables)]
12+
#![allow(clippy::assign_op_pattern)]
13+
#![allow(clippy::collapsible_else_if)]
14+
#![allow(clippy::collapsible_if)]
15+
#![allow(clippy::comparison_chain)]
16+
#![allow(clippy::if_same_then_else)]
17+
#![allow(clippy::let_and_return)]
18+
#![allow(clippy::manual_range_contains)]
19+
#![allow(clippy::needless_bool_assign)]
20+
#![allow(clippy::needless_borrow)]
21+
#![allow(clippy::needless_return)]
22+
#![allow(clippy::needless_update)]
23+
#![allow(clippy::nonminimal_bool)]
24+
#![allow(clippy::self_assignment)]
25+
#![allow(clippy::too_many_arguments)]
26+
#![allow(clippy::type_complexity)]
27+
#![allow(clippy::unnecessary_cast)]
28+
#![allow(clippy::unnecessary_to_owned)]
29+
#![allow(clippy::while_immutable_condition)]
30+
31+
mod api;
32+
pub mod required_reading;
33+
34+
pub mod spicelib;
35+
36+
#[cfg(feature = "tspice")]
37+
pub mod support;
38+
39+
#[cfg(feature = "tspice")]
40+
pub mod testutil;
41+
42+
#[cfg(feature = "tspice")]
43+
pub mod tspice;

0 commit comments

Comments
 (0)