Minor cleanup before 1.0.0 release #1

Merged
trurl merged 2 commits from cleanup into main 2026-03-26 23:22:42 -04:00
7 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,12 @@
// You should have received a copy of the GNU General Public License along with
// insta-image. If not, see <https://www.gnu.org/licenses/>.
//! `insta-image` provides macros for making assertions against image snapshots
//! with [insta](https://insta.rs).
//!
//! Image formats are feature-guarded. See their respective submodules for
//! further documentation.
#[cfg(feature = "png")]
mod png;

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB