Line breaks

This commit is contained in:
Andreas Longva 2021-12-01 12:08:42 +01:00
parent e3d1119bff
commit 4569484aa0
1 changed files with 5 additions and 1 deletions

View File

@ -436,7 +436,11 @@ impl FromStr for StorageScheme {
/// Precheck if it's a valid header.
///
/// For more details, please check Boisvert, Ronald F., Roldan Pozo, and Karin A. Remington. The matrix market formats: Initial design. Technical report, Applied and Computational Mathematics Division, NIST, 1996. Section 3.
/// For more details, please check
///
/// Boisvert, Ronald F., Roldan Pozo, and Karin A. Remington.
/// The matrix market formats: Initial design.
/// Technical report, Applied and Computational Mathematics Division, NIST, 1996. Section 3.
fn typecode_precheck(tc: &Typecode) -> Result<(), MatrixMarketError> {
match tc {
Typecode {