diff --git a/src/ImageSharp/IDeepCloneable.cs b/src/ImageSharp/IDeepCloneable.cs
index a792fc044d..f80247a5d0 100644
--- a/src/ImageSharp/IDeepCloneable.cs
+++ b/src/ImageSharp/IDeepCloneable.cs
@@ -7,8 +7,8 @@ namespace SixLabors.ImageSharp
/// A generic interface for a deeply cloneable type.
///
/// The type of object to clone.
- public interface IDeepCloneable
- where T : class, IDeepCloneable
+ public interface IDeepCloneable
+ where T : class
{
///
/// Creates a new that is a deep copy of the current instance.