Skip to content

Commit

Permalink
docs: Remove note that only libsolv is supported (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Aug 20, 2024
1 parent 721a6c1 commit dada9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rattler_solve/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ pub enum ChannelPriority {
}

/// Represents a dependency resolution task, to be solved by one of the backends
/// (currently only libsolv is supported)
pub struct SolverTask<TAvailablePackagesIterator> {
/// An iterator over all available packages
pub available_packages: TAvailablePackagesIterator,
Expand Down

0 comments on commit dada9ab

Please sign in to comment.