mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 17:11:02 +00:00
ci: bump ci image to rust 1.73.0 (#1830)
Co-authored-by: command-bot <>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
//! - [`seq_phragmen`]: Implements the Phragmén Sequential Method. An un-ranked, relatively fast
|
||||
//! election method that ensures PJR, but does not provide a constant factor approximation of the
|
||||
//! maximin problem.
|
||||
//! - [`phragmms`](phragmms::phragmms): Implements a hybrid approach inspired by Phragmén which is
|
||||
//! - [`ghragmms`](phragmms::phragmms()): Implements a hybrid approach inspired by Phragmén which is
|
||||
//! executed faster but it can achieve a constant factor approximation of the maximin problem,
|
||||
//! similar to that of the MMS algorithm.
|
||||
//! - [`balance`](balancing::balance): Implements the star balancing algorithm. This iterative
|
||||
|
||||
@@ -3,3 +3,15 @@ error[E0425]: cannot find function `bar` in module `test`
|
||||
|
|
||||
33 | test::bar();
|
||||
| ^^^ not found in `test`
|
||||
|
|
||||
note: found an item that was configured out
|
||||
--> tests/ui/no_feature_gated_method.rs:25:5
|
||||
|
|
||||
25 | fn bar() {}
|
||||
| ^^^
|
||||
= note: the item is gated behind the `bar-feature` feature
|
||||
note: found an item that was configured out
|
||||
--> tests/ui/no_feature_gated_method.rs:25:5
|
||||
|
|
||||
25 | fn bar() {}
|
||||
| ^^^
|
||||
|
||||
Reference in New Issue
Block a user