File tree Expand file tree Collapse file tree 5 files changed +3
-210
lines changed Expand file tree Collapse file tree 5 files changed +3
-210
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11pub ( crate ) mod attached_text;
22pub ( crate ) mod dependency;
3+ pub ( crate ) mod hash;
Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ pub(crate) mod code;
2121pub ( crate ) mod component;
2222pub ( crate ) mod composition;
2323pub ( crate ) mod external_reference;
24- pub ( crate ) mod hash;
2524pub ( crate ) mod license;
2625pub ( crate ) mod metadata;
2726pub ( crate ) mod organization;
2827pub ( crate ) mod property;
2928pub ( crate ) mod service;
3029pub ( crate ) mod tool;
3130
32- pub ( crate ) use super :: common:: { attached_text, dependency} ;
31+ pub ( crate ) use super :: common:: { attached_text, dependency, hash } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ pub(crate) mod code;
2222pub ( crate ) mod component;
2323pub ( crate ) mod composition;
2424pub ( crate ) mod external_reference;
25- pub ( crate ) mod hash;
2625pub ( crate ) mod license;
2726pub ( crate ) mod metadata;
2827pub ( crate ) mod organization;
@@ -38,4 +37,4 @@ pub(crate) mod vulnerability_reference;
3837pub ( crate ) mod vulnerability_source;
3938pub ( crate ) mod vulnerability_target;
4039
41- pub ( crate ) use super :: common:: { attached_text, dependency} ;
40+ pub ( crate ) use super :: common:: { attached_text, dependency, hash } ;
You can’t perform that action at this time.
0 commit comments