• P
    Use XPATH notation to match against flattened nodes · e8bc04e1
    Philip Munksgaard 提交于
    The generated code would look like `<code>impl <a href="...">Foo</a></code>`
    which the plain text matcher doesn't match. But by using the XPATH notation, the
    nodes are flattened and we can correctly assert that `impl Foo` does not occur
    in the generated docs.
    e8bc04e1
hidden-methods.rs 987 字节