]> git.lizzy.rs Git - rust.git/commit
fix: handling of empty str for license template path (#3804)
authorCaleb Cartwright <calebcartwright@users.noreply.github.com>
Tue, 24 Sep 2019 00:24:05 +0000 (19:24 -0500)
committerSeiichi Uchida <seuchida@gmail.com>
Tue, 24 Sep 2019 00:24:05 +0000 (09:24 +0900)
commit3bb266180e63b5995a2dc6bc85d2b8fa19f429ee
treed2e91ee6a9fb1aaeed80b234fce406843c45a205
parent6b0a447150e6a1e41edecdd037013608769f1040
fix: handling of empty str for license template path (#3804)
src/config/config_type.rs
src/config/mod.rs
tests/config/issue-3802.toml [new file with mode: 0644]
tests/license-template/lt.txt [new file with mode: 0644]
tests/source/license-templates/empty_license_path.rs [new file with mode: 0644]
tests/source/license-templates/license.rs [new file with mode: 0644]
tests/target/license-templates/empty_license_path.rs [new file with mode: 0644]
tests/target/license-templates/license.rs [new file with mode: 0644]