File tree Expand file tree Collapse file tree 6 files changed +6
-198
lines changed Expand file tree Collapse file tree 6 files changed +6
-198
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ pub ( crate ) mod attached_text;
Original file line number Diff line number Diff line change 1616 * SPDX-License-Identifier: Apache-2.0
1717 */
1818
19+ pub ( crate ) mod common;
1920pub ( crate ) mod v1_3;
2021pub ( crate ) mod v1_4;
Original file line number Diff line number Diff line change 1616 * SPDX-License-Identifier: Apache-2.0
1717 */
1818
19- pub ( crate ) mod attached_text;
2019pub ( crate ) mod bom;
2120pub ( crate ) mod code;
2221pub ( crate ) mod component;
@@ -30,3 +29,5 @@ pub(crate) mod organization;
3029pub ( crate ) mod property;
3130pub ( crate ) mod service;
3231pub ( crate ) mod tool;
32+
33+ pub ( crate ) use super :: common:: attached_text;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 */
1818
1919pub ( crate ) mod advisory;
20- pub ( crate ) mod attached_text;
2120pub ( crate ) mod bom;
2221pub ( crate ) mod code;
2322pub ( crate ) mod component;
@@ -39,3 +38,5 @@ pub(crate) mod vulnerability_rating;
3938pub ( crate ) mod vulnerability_reference;
4039pub ( crate ) mod vulnerability_source;
4140pub ( crate ) mod vulnerability_target;
41+
42+ pub ( crate ) use super :: common:: attached_text;
You can’t perform that action at this time.
0 commit comments