File tree 8 files changed +10
-6
lines changed
8 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 5
5
//!
6
6
//! See those crates' documentation for details.
7
7
8
- pub use gloog_core as core;
9
- pub use gloog_math as math;
8
+ pub use { gloog_core as core, gloog_math as math} ;
Original file line number Diff line number Diff line change 1
- mod vector;
2
1
mod matrix;
2
+ mod vector;
3
3
4
- pub use vector:: * ;
5
4
pub use matrix:: * ;
5
+ pub use vector:: * ;
Original file line number Diff line number Diff line change
1
+
Original file line number Diff line number Diff line change
1
+
Original file line number Diff line number Diff line change
1
+
Original file line number Diff line number Diff line change
1
+
Original file line number Diff line number Diff line change
1
+
Original file line number Diff line number Diff line change 3
3
max_width = 120
4
4
blank_lines_upper_bound = 2
5
5
6
- fn_call_width = 80
6
+ fn_call_width = 100
7
7
chain_width = 80
8
8
inline_attribute_width = 40
9
9
overflow_delimited_expr = true
10
10
struct_lit_single_line = true
11
11
struct_lit_width = 32
12
- single_line_if_else_max_width = 80
12
+ single_line_if_else_max_width = 100
13
13
use_field_init_shorthand = true
14
14
15
15
reorder_impl_items = false
You can’t perform that action at this time.
0 commit comments