Fix a comment.
It was duplicated from the method above.
This commit is contained in:
parent
449b84cb99
commit
73420fc13b
1 changed files with 1 additions and 3 deletions
|
@ -147,9 +147,7 @@ impl<C> MaybeTransmutableQuery<Dfa<<C as QueryContext>::Ref>, C>
|
||||||
where
|
where
|
||||||
C: QueryContext,
|
C: QueryContext,
|
||||||
{
|
{
|
||||||
/// Answers whether a `Nfa` is transmutable into another `Nfa`.
|
/// Answers whether a `Dfa` is transmutable into another `Dfa`.
|
||||||
///
|
|
||||||
/// This method converts `src` and `dst` to DFAs, then computes an answer using those DFAs.
|
|
||||||
pub(crate) fn answer(self) -> Answer<<C as QueryContext>::Ref> {
|
pub(crate) fn answer(self) -> Answer<<C as QueryContext>::Ref> {
|
||||||
MaybeTransmutableQuery {
|
MaybeTransmutableQuery {
|
||||||
src: &self.src,
|
src: &self.src,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue