``` html = "<a href='http://www.google.com'>google.com</a>" nh3.clean(html, tags={'a'}, attributes={'a': {'href', 'rel'}}) ``` ``` pyo3_runtime.PanicException: assertion failed: self.tag_attributes.get("a").and_then(|a| a.get("rel")).is_none() ```