Skip to content

Commit

Permalink
file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed Aug 6, 2022
1 parent 42b7d27 commit 32a4338
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ crate-type = ["cdylib","lib"]
# ------------------------------

[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "./html/docs-header.html" ]
rustdoc-args = [ "--html-in-header", "./html/rustdocs-header.html" ]
15 changes: 0 additions & 15 deletions html/docs-header.html

This file was deleted.

4 changes: 2 additions & 2 deletions src/solver/implementations/default/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ mod kktsystem;
mod problemdata;
mod residuals;
mod settings;
mod solution;
mod solver;
mod solveresult;
mod variables;

// export flattened
Expand All @@ -22,6 +22,6 @@ pub use kktsystem::*;
pub use problemdata::*;
pub use residuals::*;
pub use settings::*;
pub use solution::*;
pub use solver::*;
pub use solveresult::*;
pub use variables::*;

0 comments on commit 32a4338

Please sign in to comment.